Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit db6e0e4ce1ce5d91fe64e7c1f9f9080d3a3abbb0


Parents : 5e48a77
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-03-31T04:21:58+03:00

chore(ci): update Trivy scan command to skip .pnpm-store directory

Changes

1 files changed, 1 insertions(+), 1 deletions(-)


Diff

diff --git a/.gitea/workflows/scan.yml b/.gitea/workflows/scan.yml
index b4545f3a..7901f4ff 100644
--- a/.gitea/workflows/scan.yml
+++ b/.gitea/workflows/scan.yml
@@ -55,4 +55,4 @@ jobs:
sudo dpkg -i /tmp/trivy.deb || sudo apt-get install -f -y
- name: Trivy FS scan
- run: trivy fs --exit-code 1 .
+ run: trivy fs --exit-code 1 --skip-dirs .pnpm-store .


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────